[INFO] fetching crate pliron-derive 0.16.0...
[INFO] fixing pliron-derive-0.16.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate pliron-derive 0.16.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate pliron-derive 0.16.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate pliron-derive 0.16.0
[INFO] tweaked toml for crates.io crate pliron-derive 0.16.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate pliron-derive 0.16.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate pliron-derive 0.16.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded dissimilar v1.0.10
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6deac58c4de76d9444d83730be4279a1ded6a0d1e527754d2ae7050f6b06fa7c
[INFO] running `Command { std: "docker" "start" "6deac58c4de76d9444d83730be4279a1ded6a0d1e527754d2ae7050f6b06fa7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6deac58c4de76d9444d83730be4279a1ded6a0d1e527754d2ae7050f6b06fa7c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6deac58c4de76d9444d83730be4279a1ded6a0d1e527754d2ae7050f6b06fa7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6deac58c4de76d9444d83730be4279a1ded6a0d1e527754d2ae7050f6b06fa7c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]     Checking unicode-ident v1.0.22
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]     Checking dissimilar v1.0.10
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking convert_case v0.11.0
[INFO] [stderr]     Checking expect-test v1.5.1
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stderr]     Checking syn v2.0.109
[INFO] [stderr]     Checking pliron-derive v0.16.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `pliron` in this scope
[INFO] [stdout]  --> tests/format_base.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use pliron::{
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `pliron`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `pliron`, use `cargo add pliron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]  --> tests/common/mod.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[format_op("$0")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]  --> tests/format_base.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use pliron::{
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `pliron`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `pliron`, use `cargo add pliron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/format_base.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[format]
[INFO] [stdout]    | ^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]  --> tests/common/mod.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[format_op("$0")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pliron` in this scope
[INFO] [stdout]  --> tests/verify_succ.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use pliron::{common_traits::Verify, context::Context};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `pliron`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `pliron`, use `cargo add pliron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/format_base.rs:39:1
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[format("`BubbleWrap` `[` $inner `]`")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]   --> tests/format_base.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[format]
[INFO] [stdout]    | ^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/format_base.rs:64:1
[INFO] [stdout]    |
[INFO] [stdout] 64 | #[format]
[INFO] [stdout]    | ^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]   --> tests/format_base.rs:39:1
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[format("`BubbleWrap` `[` $inner `]`")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/format_base.rs:96:1
[INFO] [stdout]    |
[INFO] [stdout] 96 | #[format]
[INFO] [stdout]    | ^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]   --> tests/format_base.rs:64:1
[INFO] [stdout]    |
[INFO] [stdout] 64 | #[format]
[INFO] [stdout]    | ^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_base.rs:235:1
[INFO] [stdout]     |
[INFO] [stdout] 235 | #[format]
[INFO] [stdout]     | ^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]   --> tests/format_base.rs:96:1
[INFO] [stdout]    |
[INFO] [stdout] 96 | #[format]
[INFO] [stdout]    | ^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_base.rs:240:1
[INFO] [stdout]     |
[INFO] [stdout] 240 | #[format]
[INFO] [stdout]     | ^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/format_base.rs:235:1
[INFO] [stdout]     |
[INFO] [stdout] 235 | #[format]
[INFO] [stdout]     | ^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_base.rs:248:1
[INFO] [stdout]     |
[INFO] [stdout] 248 | #[format]
[INFO] [stdout]     | ^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/format_base.rs:240:1
[INFO] [stdout]     |
[INFO] [stdout] 240 | #[format]
[INFO] [stdout]     | ^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_base.rs:327:1
[INFO] [stdout]     |
[INFO] [stdout] 327 | #[format("$upper `/` $lower")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/format_base.rs:248:1
[INFO] [stdout]     |
[INFO] [stdout] 248 | #[format]
[INFO] [stdout]     | ^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_base.rs:354:1
[INFO] [stdout]     |
[INFO] [stdout] 354 | #[format("`<` opt($a) `>`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/format_base.rs:327:1
[INFO] [stdout]     |
[INFO] [stdout] 327 | #[format("$upper `/` $lower")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_base.rs:392:1
[INFO] [stdout]     |
[INFO] [stdout] 392 | #[format("`<` vec($a, Char(`,`)) `>`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/format_base.rs:354:1
[INFO] [stdout]     |
[INFO] [stdout] 354 | #[format("`<` opt($a) `>`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_base.rs:429:1
[INFO] [stdout]     |
[INFO] [stdout] 429 | #[format("`<` opt($a) `;` vec($b, Char(`,`)) `>`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/format_base.rs:392:1
[INFO] [stdout]     |
[INFO] [stdout] 392 | #[format("`<` vec($a, Char(`,`)) `>`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_base.rs:470:1
[INFO] [stdout]     |
[INFO] [stdout] 470 | #[format("`<` opt($0) `;` vec($1, Char(`,`)) `>`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/format_base.rs:429:1
[INFO] [stdout]     |
[INFO] [stdout] 429 | #[format("`<` opt($a) `;` vec($b, Char(`,`)) `>`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_base.rs:505:1
[INFO] [stdout]     |
[INFO] [stdout] 505 | #[format("vec($a, Char(`,`))")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/format_base.rs:470:1
[INFO] [stdout]     |
[INFO] [stdout] 470 | #[format("`<` opt($0) `;` vec($1, Char(`,`)) `>`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pliron` in this scope
[INFO] [stdout]  --> tests/common/mod.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use pliron::builtin::op_interfaces::IsTerminatorInterface;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `pliron`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `pliron`, use `cargo add pliron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/format_base.rs:505:1
[INFO] [stdout]     |
[INFO] [stdout] 505 | #[format("vec($a, Char(`,`))")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]  --> tests/common/mod.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[def_op("test.return")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]  --> tests/common/mod.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive_op_interface_impl(IsTerminatorInterface)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `derive_op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pliron` in this scope
[INFO] [stdout]  --> tests/op_tests.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use pliron::{
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `pliron`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `pliron`, use `cargo add pliron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/op_tests.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | #[format_op]
[INFO] [stdout]    | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/op_tests.rs:64:1
[INFO] [stdout]    |
[INFO] [stdout] 64 | #[format_op]
[INFO] [stdout]    | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]   --> tests/op_tests.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | #[format_op]
[INFO] [stdout]    | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/op_tests.rs:95:1
[INFO] [stdout]    |
[INFO] [stdout] 95 | #[format_op]
[INFO] [stdout]    | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]   --> tests/op_tests.rs:64:1
[INFO] [stdout]    |
[INFO] [stdout] 64 | #[format_op]
[INFO] [stdout]    | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:118:1
[INFO] [stdout]     |
[INFO] [stdout] 118 | #[format_op]
[INFO] [stdout]     | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]   --> tests/op_tests.rs:95:1
[INFO] [stdout]    |
[INFO] [stdout] 95 | #[format_op]
[INFO] [stdout]    | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:142:1
[INFO] [stdout]     |
[INFO] [stdout] 142 | #[format_op]
[INFO] [stdout]     | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/op_tests.rs:118:1
[INFO] [stdout]     |
[INFO] [stdout] 118 | #[format_op]
[INFO] [stdout]     | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | #[format_op]
[INFO] [stdout]     | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/op_tests.rs:142:1
[INFO] [stdout]     |
[INFO] [stdout] 142 | #[format_op]
[INFO] [stdout]     | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:352:1
[INFO] [stdout]     |
[INFO] [stdout] 352 | #[format_op]
[INFO] [stdout]     | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/op_tests.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | #[format_op]
[INFO] [stdout]     | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:353:1
[INFO] [stdout]     |
[INFO] [stdout] 353 | #[derive_attr_get_set(count: IntegerAttr, label: StringAttr, extra)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `derive_attr_get_set` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:476:1
[INFO] [stdout]     |
[INFO] [stdout] 476 | #[format_op]
[INFO] [stdout]     | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/op_tests.rs:352:1
[INFO] [stdout]     |
[INFO] [stdout] 352 | #[format_op]
[INFO] [stdout]     | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:491:1
[INFO] [stdout]     |
[INFO] [stdout] 491 | #[format_op]
[INFO] [stdout]     | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/op_tests.rs:476:1
[INFO] [stdout]     |
[INFO] [stdout] 476 | #[format_op]
[INFO] [stdout]     | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/op_tests.rs:491:1
[INFO] [stdout]     |
[INFO] [stdout] 491 | #[format_op]
[INFO] [stdout]     | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/op_tests.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[derive_op_interface_impl(NOpdsInterface<0>, NResultsInterface<1>)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `derive_op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/op_tests.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[def_op("test.value_producer")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]  --> tests/verify_succ.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[verify_succ]
[INFO] [stdout]   | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/op_tests.rs:66:1
[INFO] [stdout]    |
[INFO] [stdout] 66 | #[results(out: IntegerType, _: UnitType)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `results` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/op_tests.rs:67:1
[INFO] [stdout]    |
[INFO] [stdout] 67 | #[operands(lhs: IntegerType, _, rhs)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `operands` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/op_tests.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[derive_op_interface_impl(NOpdsInterface<3>, NResultsInterface<2>)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `derive_op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/op_tests.rs:63:1
[INFO] [stdout]    |
[INFO] [stdout] 63 | #[def_op("test.named_getter_op")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/op_tests.rs:97:1
[INFO] [stdout]    |
[INFO] [stdout] 97 | #[results(out: IntegerType)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `results` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/op_tests.rs:98:1
[INFO] [stdout]    |
[INFO] [stdout] 98 | #[operands(arg: IntegerType)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `operands` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/op_tests.rs:96:1
[INFO] [stdout]    |
[INFO] [stdout] 96 | #[derive_op_interface_impl(NOpdsInterface<1>, NResultsInterface<1>)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `derive_op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/op_tests.rs:94:1
[INFO] [stdout]    |
[INFO] [stdout] 94 | #[def_op("test.typed_checks_op")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | #[derive_op_interface_impl(NOpdsInterface<1>, NResultsInterface<1>)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `derive_op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:117:1
[INFO] [stdout]     |
[INFO] [stdout] 117 | #[def_op("test.untyped_named_op")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:143:1
[INFO] [stdout]     |
[INFO] [stdout] 143 | #[derive_op_interface_impl(NOpdsInterface<1>, NResultsInterface<1>)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `derive_op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:141:1
[INFO] [stdout]     |
[INFO] [stdout] 141 | #[def_op("test.skip_untyped_op")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:168:1
[INFO] [stdout]     |
[INFO] [stdout] 168 | #[results(_, out, _: IntegerType)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `results` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | #[operands(_, mid, _: IntegerType)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `operands` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:167:1
[INFO] [stdout]     |
[INFO] [stdout] 167 | #[derive_op_interface_impl(NOpdsInterface<3>, NResultsInterface<3>)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `derive_op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 | #[def_op("test.mixed_skip_untyped_op")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:351:1
[INFO] [stdout]     |
[INFO] [stdout] 351 | #[def_op("test.attr_op")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:453:1
[INFO] [stdout]     |
[INFO] [stdout] 453 | #[op_interface]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:463:1
[INFO] [stdout]     |
[INFO] [stdout] 463 | #[op_interface]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:477:1
[INFO] [stdout]     |
[INFO] [stdout] 477 | #[derive_op_interface_impl(ComputeInterface, ExtendedComputeInterface)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `derive_op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:475:1
[INFO] [stdout]     |
[INFO] [stdout] 475 | #[def_op("test.compute_op")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:490:1
[INFO] [stdout]     |
[INFO] [stdout] 490 | #[def_op("test.manual_compute_op")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:495:1
[INFO] [stdout]     |
[INFO] [stdout] 495 | #[op_interface_impl]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]  --> tests/verify_succ.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[verify_succ]
[INFO] [stdout]   | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `linkme` in this scope
[INFO] [stdout]    --> tests/op_tests.rs:495:1
[INFO] [stdout]     |
[INFO] [stdout] 495 | #[op_interface_impl]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 495 - #[op_interface_impl]
[INFO] [stdout] 495 + link
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]  --> tests/verify_succ.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[verify_succ]
[INFO] [stdout]   | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::result;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]  --> tests/verify_succ.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[verify_succ]
[INFO] [stdout]   | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::result;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]  --> tests/format_op.rs:3:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | use ::pliron::combine::Parser;
[INFO] [stdout]   |       ^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pliron` in this scope
[INFO] [stdout]  --> tests/format_op.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use pliron::{
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `pliron`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `pliron`, use `cargo add pliron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pliron` in this scope
[INFO] [stdout]  --> tests/common/mod.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use pliron::builtin::op_interfaces::IsTerminatorInterface;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `pliron`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `pliron`, use `cargo add pliron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pliron` in this scope
[INFO] [stdout]    --> tests/format_op.rs:286:5
[INFO] [stdout]     |
[INFO] [stdout] 286 | use pliron::builtin::attributes::IntegerAttr;
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `pliron`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `pliron`, use `cargo add pliron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]  --> tests/common/mod.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[format_op("$0")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]  --> tests/format_op.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use pliron::{
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `pliron`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `pliron`, use `cargo add pliron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/format_op.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[format_op("")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]  --> tests/common/mod.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[format_op("$0")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/format_op.rs:59:1
[INFO] [stdout]    |
[INFO] [stdout] 59 | #[format_op("`: ` type($0)")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]   --> tests/format_op.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[format_op("")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:103:1
[INFO] [stdout]     |
[INFO] [stdout] 103 | #[format_op]
[INFO] [stdout]     | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]   --> tests/format_op.rs:59:1
[INFO] [stdout]    |
[INFO] [stdout] 59 | #[format_op("`: ` type($0)")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:147:1
[INFO] [stdout]     |
[INFO] [stdout] 147 | #[format_op("$0 `:` type($0)")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/format_op.rs:103:1
[INFO] [stdout]     |
[INFO] [stdout] 103 | #[format_op]
[INFO] [stdout]     | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:194:1
[INFO] [stdout]     |
[INFO] [stdout] 194 | #[format_op("$0 `,` $1 `:` `(` type($0) `,` type($1) `)`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/format_op.rs:147:1
[INFO] [stdout]     |
[INFO] [stdout] 147 | #[format_op("$0 `:` type($0)")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:240:1
[INFO] [stdout]     |
[INFO] [stdout] 240 | #[format_op("$0 `: ` `(` types(CharSpace(`,`)) `)`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/format_op.rs:194:1
[INFO] [stdout]     |
[INFO] [stdout] 194 | #[format_op("$0 `,` $1 `:` `(` type($0) `,` type($1) `)`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:288:1
[INFO] [stdout]     |
[INFO] [stdout] 288 | #[format_op("attr($attr, $IntegerAttr) `:` type($0)")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/format_op.rs:240:1
[INFO] [stdout]     |
[INFO] [stdout] 240 | #[format_op("$0 `: ` `(` types(CharSpace(`,`)) `)`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:331:1
[INFO] [stdout]     |
[INFO] [stdout] 331 | / #[format_op(
[INFO] [stdout] 332 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`) ` ` \
[INFO] [stdout] 333 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`) `:` type($0)"
[INFO] [stdout] 334 | | )]
[INFO] [stdout]     | |__^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/format_op.rs:288:1
[INFO] [stdout]     |
[INFO] [stdout] 288 | #[format_op("attr($attr, $IntegerAttr) `:` type($0)")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:410:1
[INFO] [stdout]     |
[INFO] [stdout] 410 | / #[format_op(
[INFO] [stdout] 411 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`, label($name)) ` ` \
[INFO] [stdout] 412 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`, label($value)) `:` type($0)"
[INFO] [stdout] 413 | | )]
[INFO] [stdout]     | |__^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/format_op.rs:331:1
[INFO] [stdout]     |
[INFO] [stdout] 331 | / #[format_op(
[INFO] [stdout] 332 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`) ` ` \
[INFO] [stdout] 333 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`) `:` type($0)"
[INFO] [stdout] 334 | | )]
[INFO] [stdout]     | |__^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:489:1
[INFO] [stdout]     |
[INFO] [stdout] 489 | / #[format_op(
[INFO] [stdout] 490 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`, label($name), delimiters(`<`, `>`)) ` ` \
[INFO] [stdout] 491 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`, label($value), delimiters(`<<`, `>>`)) `:` type($0)"
[INFO] [stdout] 492 | | )]
[INFO] [stdout]     | |__^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/format_op.rs:410:1
[INFO] [stdout]     |
[INFO] [stdout] 410 | / #[format_op(
[INFO] [stdout] 411 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`, label($name)) ` ` \
[INFO] [stdout] 412 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`, label($value)) `:` type($0)"
[INFO] [stdout] 413 | | )]
[INFO] [stdout]     | |__^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:568:1
[INFO] [stdout]     |
[INFO] [stdout] 568 | / #[format_op(
[INFO] [stdout] 569 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`, delimiters(`<`, `>`)) ` ` \
[INFO] [stdout] 570 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`, delimiters(`[[`, `]]`)) `:` type($0)"
[INFO] [stdout] 571 | | )]
[INFO] [stdout]     | |__^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/format_op.rs:489:1
[INFO] [stdout]     |
[INFO] [stdout] 489 | / #[format_op(
[INFO] [stdout] 490 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`, label($name), delimiters(`<`, `>`)) ` ` \
[INFO] [stdout] 491 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`, label($value), delimiters(`<<`, `>>`)) `:` type($0)"
[INFO] [stdout] 492 | | )]
[INFO] [stdout]     | |__^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:647:1
[INFO] [stdout]     |
[INFO] [stdout] 647 | #[format_op("$attr `:` type($0)")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/format_op.rs:568:1
[INFO] [stdout]     |
[INFO] [stdout] 568 | / #[format_op(
[INFO] [stdout] 569 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`, delimiters(`<`, `>`)) ` ` \
[INFO] [stdout] 570 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`, delimiters(`[[`, `]]`)) `:` type($0)"
[INFO] [stdout] 571 | | )]
[INFO] [stdout]     | |__^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:690:1
[INFO] [stdout]     |
[INFO] [stdout] 690 | #[format_op("`(`$0`)` region($0)")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/format_op.rs:647:1
[INFO] [stdout]     |
[INFO] [stdout] 647 | #[format_op("$attr `:` type($0)")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:749:1
[INFO] [stdout]     |
[INFO] [stdout] 749 | #[format_op("`(`$0`)` region($0) `else` region($1)")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/format_op.rs:690:1
[INFO] [stdout]     |
[INFO] [stdout] 690 | #[format_op("`(`$0`)` region($0)")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:821:1
[INFO] [stdout]     |
[INFO] [stdout] 821 | #[format_op("succ($0) `(` operands(CharSpace(`,`)) `)`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/format_op.rs:749:1
[INFO] [stdout]     |
[INFO] [stdout] 749 | #[format_op("`(`$0`)` region($0) `else` region($1)")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:872:1
[INFO] [stdout]     |
[INFO] [stdout] 872 | #[format_op("`[` successors(CharSpace(`,`)) `]`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/format_op.rs:821:1
[INFO] [stdout]     |
[INFO] [stdout] 821 | #[format_op("succ($0) `(` operands(CharSpace(`,`)) `)`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:930:1
[INFO] [stdout]     |
[INFO] [stdout] 930 | #[format_op("`[` regions(CharSpace(`,`)) `]`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/format_op.rs:872:1
[INFO] [stdout]     |
[INFO] [stdout] 872 | #[format_op("`[` successors(CharSpace(`,`)) `]`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]     --> tests/format_op.rs:1003:1
[INFO] [stdout]      |
[INFO] [stdout] 1003 | #[format_op("attr_dict")]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]    --> tests/format_op.rs:930:1
[INFO] [stdout]     |
[INFO] [stdout] 930 | #[format_op("`[` regions(CharSpace(`,`)) `]`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]     --> tests/format_op.rs:1052:1
[INFO] [stdout]      |
[INFO] [stdout] 1052 | #[format_op]
[INFO] [stdout]      | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]     --> tests/format_op.rs:1003:1
[INFO] [stdout]      |
[INFO] [stdout] 1003 | #[format_op("attr_dict")]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]     --> tests/format_op.rs:1089:1
[INFO] [stdout]      |
[INFO] [stdout] 1089 | #[format_op("`[` regions(CharSpace(`,`)) `]`")]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]     --> tests/format_op.rs:1052:1
[INFO] [stdout]      |
[INFO] [stdout] 1052 | #[format_op]
[INFO] [stdout]      | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]     --> tests/format_op.rs:1127:1
[INFO] [stdout]      |
[INFO] [stdout] 1127 | #[format_op("`[` regions(CharSpace(`,`)) `]`")]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]     --> tests/format_op.rs:1089:1
[INFO] [stdout]      |
[INFO] [stdout] 1089 | #[format_op("`[` regions(CharSpace(`,`)) `]`")]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pliron`
[INFO] [stdout]     --> tests/format_op.rs:1127:1
[INFO] [stdout]      |
[INFO] [stdout] 1127 | #[format_op("`[` regions(CharSpace(`,`)) `]`")]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]  --> tests/common/mod.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive_op_interface_impl(IsTerminatorInterface)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `derive_op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]  --> tests/common/mod.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[def_op("test.return")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/format_op.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive_op_interface_impl(NOpdsInterface<0>, NResultsInterface<0>)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `derive_op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/format_op.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[def_op("test.zero_results_zero_operands")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/format_op.rs:61:1
[INFO] [stdout]    |
[INFO] [stdout] 61 | #[derive_op_interface_impl(NOpdsInterface<0>, NResultsInterface<1>, OneResultInterface)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `derive_op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/format_op.rs:60:1
[INFO] [stdout]    |
[INFO] [stdout] 60 | #[def_op("test.one_result_zero_operands")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:105:1
[INFO] [stdout]     |
[INFO] [stdout] 105 | #[derive_op_interface_impl(NOpdsInterface<0>, NResultsInterface<1>, OneResultInterface)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `derive_op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[def_op("test.one_result_zero_operands_canonical")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:149:1
[INFO] [stdout]     |
[INFO] [stdout] 149 | #[derive_op_interface_impl(NOpdsInterface<1>, NResultsInterface<1>, OneOpdInterface, OneResultInterface)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `derive_op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:148:1
[INFO] [stdout]     |
[INFO] [stdout] 148 | #[def_op("test.one_result_one_operand")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:195:1
[INFO] [stdout]     |
[INFO] [stdout] 195 | #[def_op("test.two_results_two_operands")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:241:1
[INFO] [stdout]     |
[INFO] [stdout] 241 | #[def_op("test.two_results_one_operand")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:289:1
[INFO] [stdout]     |
[INFO] [stdout] 289 | #[def_op("test.attr_op")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:335:1
[INFO] [stdout]     |
[INFO] [stdout] 335 | #[def_op("test.attr_op2")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:414:1
[INFO] [stdout]     |
[INFO] [stdout] 414 | #[def_op("test.attr_op2_labeled")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:493:1
[INFO] [stdout]     |
[INFO] [stdout] 493 | #[def_op("test.attr_op2_labeled_delimited")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:572:1
[INFO] [stdout]     |
[INFO] [stdout] 572 | #[def_op("test.attr_op2_delimited")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:648:1
[INFO] [stdout]     |
[INFO] [stdout] 648 | #[def_op("test.attr_op3")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:692:1
[INFO] [stdout]     |
[INFO] [stdout] 692 | #[derive_op_interface_impl(NOpdsInterface<1>, OneOpdInterface, NResultsInterface<0>, NRegionsInterface<1>, OneRegionInterface)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `derive_op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:691:1
[INFO] [stdout]     |
[INFO] [stdout] 691 | #[def_op("test.if_op")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:751:1
[INFO] [stdout]     |
[INFO] [stdout] 751 | #[derive_op_interface_impl(NOpdsInterface<1>, OneOpdInterface, NResultsInterface<0>, NRegionsInterface<2>)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `derive_op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:750:1
[INFO] [stdout]     |
[INFO] [stdout] 750 | #[def_op("test.if_else_op")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:822:1
[INFO] [stdout]     |
[INFO] [stdout] 822 | #[derive_op_interface_impl(IsTerminatorInterface)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `derive_op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:820:1
[INFO] [stdout]     |
[INFO] [stdout] 820 | #[def_op("test.br")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:873:1
[INFO] [stdout]     |
[INFO] [stdout] 873 | #[derive_op_interface_impl(IsTerminatorInterface)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `derive_op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:871:1
[INFO] [stdout]     |
[INFO] [stdout] 871 | #[def_op("test.multiple_successors")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:929:1
[INFO] [stdout]     |
[INFO] [stdout] 929 | #[def_op("test.multiple_regions")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]     --> tests/format_op.rs:1002:1
[INFO] [stdout]      |
[INFO] [stdout] 1002 | #[def_op("test.attr_dict")]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]     --> tests/format_op.rs:1051:1
[INFO] [stdout]      |
[INFO] [stdout] 1051 | #[def_op("test.multiple_regions2")]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]     --> tests/format_op.rs:1088:1
[INFO] [stdout]      |
[INFO] [stdout] 1088 | #[def_op("test.multiple_regions3")]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]     --> tests/format_op.rs:1128:1
[INFO] [stdout]      |
[INFO] [stdout] 1128 | #[derive_op_interface_impl(IsolatedFromAboveInterface)]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `derive_op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]     --> tests/format_op.rs:1126:1
[INFO] [stdout]      |
[INFO] [stdout] 1126 | #[def_op("test.multiple_regions4")]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pliron-derive` (test "verify_succ") due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]  --> tests/common/mod.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[verify_succ]
[INFO] [stdout]   | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]  --> tests/common/mod.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[verify_succ]
[INFO] [stdout]   | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/op_tests.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[verify_succ]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pliron` in this scope
[INFO] [stdout]   --> tests/format_base.rs:23:44
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let int_ty = IntegerType::get(ctx, 64, pliron::builtin::types::Signedness::Signed);
[INFO] [stdout]    |                                            ^^^^^^ use of unresolved module or unlinked crate `pliron`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `pliron`, use `cargo add pliron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pliron` in this scope
[INFO] [stdout]   --> tests/format_base.rs:47:44
[INFO] [stdout]    |
[INFO] [stdout] 47 |     let int_ty = IntegerType::get(ctx, 64, pliron::builtin::types::Signedness::Signed);
[INFO] [stdout]    |                                            ^^^^^^ use of unresolved module or unlinked crate `pliron`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `pliron`, use `cargo add pliron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/format_op.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[verify_succ]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pliron` in this scope
[INFO] [stdout]   --> tests/format_base.rs:73:44
[INFO] [stdout]    |
[INFO] [stdout] 73 |     let int_ty = IntegerType::get(ctx, 64, pliron::builtin::types::Signedness::Signed);
[INFO] [stdout]    |                                            ^^^^^^ use of unresolved module or unlinked crate `pliron`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `pliron`, use `cargo add pliron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/op_tests.rs:68:1
[INFO] [stdout]    |
[INFO] [stdout] 68 | #[verify_succ]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pliron` in this scope
[INFO] [stdout]    --> tests/format_base.rs:126:44
[INFO] [stdout]     |
[INFO] [stdout] 126 |     let int_ty = IntegerType::get(ctx, 64, pliron::builtin::types::Signedness::Signed);
[INFO] [stdout]     |                                            ^^^^^^ use of unresolved module or unlinked crate `pliron`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `pliron`, use `cargo add pliron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/format_op.rs:62:1
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[verify_succ]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/op_tests.rs:99:1
[INFO] [stdout]    |
[INFO] [stdout] 99 | #[verify_succ]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:106:1
[INFO] [stdout]     |
[INFO] [stdout] 106 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:120:1
[INFO] [stdout]     |
[INFO] [stdout] 120 | #[results(out)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `results` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:121:1
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[operands(arg)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `operands` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:122:1
[INFO] [stdout]     |
[INFO] [stdout] 122 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:150:1
[INFO] [stdout]     |
[INFO] [stdout] 150 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:146:1
[INFO] [stdout]     |
[INFO] [stdout] 146 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:196:1
[INFO] [stdout]     |
[INFO] [stdout] 196 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]  --> tests/common/mod.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[format_op("$0")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]  --> tests/common/mod.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[verify_succ]
[INFO] [stdout]   | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::result;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]  --> tests/common/mod.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[def_op("test.return")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::result;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/format_base.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[format]
[INFO] [stdout]    | ^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::primitive::char;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/format_base.rs:39:1
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[format("`BubbleWrap` `[` $inner `]`")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::primitive::char;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/format_base.rs:64:1
[INFO] [stdout]    |
[INFO] [stdout] 64 | #[format]
[INFO] [stdout]    | ^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::primitive::char;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/format_base.rs:96:1
[INFO] [stdout]    |
[INFO] [stdout] 96 | #[format]
[INFO] [stdout]    | ^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::string::ToString;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/format_base.rs:96:1
[INFO] [stdout]    |
[INFO] [stdout] 96 | #[format]
[INFO] [stdout]    | ^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::primitive::char;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/format_base.rs:96:1
[INFO] [stdout]    |
[INFO] [stdout] 96 | #[format]
[INFO] [stdout]    | ^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  3 + use combine::parser::choice;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/format_base.rs:96:1
[INFO] [stdout]    |
[INFO] [stdout] 96 | #[format]
[INFO] [stdout]    | ^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::vec;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_base.rs:235:1
[INFO] [stdout]     |
[INFO] [stdout] 235 | #[format]
[INFO] [stdout]     | ^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::primitive::char;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_base.rs:240:1
[INFO] [stdout]     |
[INFO] [stdout] 240 | #[format]
[INFO] [stdout]     | ^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::primitive::char;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_base.rs:248:1
[INFO] [stdout]     |
[INFO] [stdout] 248 | #[format]
[INFO] [stdout]     | ^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::string::ToString;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_base.rs:248:1
[INFO] [stdout]     |
[INFO] [stdout] 248 | #[format]
[INFO] [stdout]     | ^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::primitive::char;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_base.rs:327:1
[INFO] [stdout]     |
[INFO] [stdout] 327 | #[format("$upper `/` $lower")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::primitive::char;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_base.rs:354:1
[INFO] [stdout]     |
[INFO] [stdout] 354 | #[format("`<` opt($a) `>`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::primitive::char;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_base.rs:354:1
[INFO] [stdout]     |
[INFO] [stdout] 354 | #[format("`<` opt($a) `>`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use combine::parser::choice;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_base.rs:392:1
[INFO] [stdout]     |
[INFO] [stdout] 392 | #[format("`<` vec($a, Char(`,`)) `>`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::primitive::char;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_base.rs:392:1
[INFO] [stdout]     |
[INFO] [stdout] 392 | #[format("`<` vec($a, Char(`,`)) `>`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_base.rs:429:1
[INFO] [stdout]     |
[INFO] [stdout] 429 | #[format("`<` opt($a) `;` vec($b, Char(`,`)) `>`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::primitive::char;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_base.rs:429:1
[INFO] [stdout]     |
[INFO] [stdout] 429 | #[format("`<` opt($a) `;` vec($b, Char(`,`)) `>`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use combine::parser::choice;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_base.rs:429:1
[INFO] [stdout]     |
[INFO] [stdout] 429 | #[format("`<` opt($a) `;` vec($b, Char(`,`)) `>`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_base.rs:470:1
[INFO] [stdout]     |
[INFO] [stdout] 470 | #[format("`<` opt($0) `;` vec($1, Char(`,`)) `>`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::primitive::char;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_base.rs:470:1
[INFO] [stdout]     |
[INFO] [stdout] 470 | #[format("`<` opt($0) `;` vec($1, Char(`,`)) `>`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use combine::parser::choice;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_base.rs:470:1
[INFO] [stdout]     |
[INFO] [stdout] 470 | #[format("`<` opt($0) `;` vec($1, Char(`,`)) `>`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_base.rs:505:1
[INFO] [stdout]     |
[INFO] [stdout] 505 | #[format("vec($a, Char(`,`))")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pliron-derive` (test "format_base") due to 64 previous errors
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:170:1
[INFO] [stdout]     |
[INFO] [stdout] 170 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:242:1
[INFO] [stdout]     |
[INFO] [stdout] 242 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:354:1
[INFO] [stdout]     |
[INFO] [stdout] 354 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pliron` in this scope
[INFO] [stdout]    --> tests/format_op.rs:331:1
[INFO] [stdout]     |
[INFO] [stdout] 331 | / #[format_op(
[INFO] [stdout] 332 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`) ` ` \
[INFO] [stdout] 333 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`) `:` type($0)"
[INFO] [stdout] 334 | | )]
[INFO] [stdout]     | |__^ use of unresolved module or unlinked crate `pliron`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `pliron`, use `cargo add pliron` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:478:1
[INFO] [stdout]     |
[INFO] [stdout] 478 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:336:1
[INFO] [stdout]     |
[INFO] [stdout] 336 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pliron` in this scope
[INFO] [stdout]    --> tests/format_op.rs:410:1
[INFO] [stdout]     |
[INFO] [stdout] 410 | / #[format_op(
[INFO] [stdout] 411 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`, label($name)) ` ` \
[INFO] [stdout] 412 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`, label($value)) `:` type($0)"
[INFO] [stdout] 413 | | )]
[INFO] [stdout]     | |__^ use of unresolved module or unlinked crate `pliron`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `pliron`, use `cargo add pliron` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:492:1
[INFO] [stdout]     |
[INFO] [stdout] 492 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/op_tests.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | #[format_op]
[INFO] [stdout]    | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  6 + use std::vec;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/op_tests.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[verify_succ]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  6 + use std::result;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/op_tests.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[def_op("test.value_producer")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  6 + use std::result;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/op_tests.rs:64:1
[INFO] [stdout]    |
[INFO] [stdout] 64 | #[format_op]
[INFO] [stdout]    | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  6 + use std::vec;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/op_tests.rs:68:1
[INFO] [stdout]    |
[INFO] [stdout] 68 | #[verify_succ]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  6 + use std::result;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/op_tests.rs:63:1
[INFO] [stdout]    |
[INFO] [stdout] 63 | #[def_op("test.named_getter_op")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  6 + use std::result;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/op_tests.rs:95:1
[INFO] [stdout]    |
[INFO] [stdout] 95 | #[format_op]
[INFO] [stdout]    | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  6 + use std::vec;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/op_tests.rs:99:1
[INFO] [stdout]    |
[INFO] [stdout] 99 | #[verify_succ]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  6 + use std::result;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/op_tests.rs:94:1
[INFO] [stdout]    |
[INFO] [stdout] 94 | #[def_op("test.typed_checks_op")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  6 + use std::result;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:118:1
[INFO] [stdout]     |
[INFO] [stdout] 118 | #[format_op]
[INFO] [stdout]     | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:122:1
[INFO] [stdout]     |
[INFO] [stdout] 122 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:117:1
[INFO] [stdout]     |
[INFO] [stdout] 117 | #[def_op("test.untyped_named_op")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:142:1
[INFO] [stdout]     |
[INFO] [stdout] 142 | #[format_op]
[INFO] [stdout]     | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:146:1
[INFO] [stdout]     |
[INFO] [stdout] 146 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:141:1
[INFO] [stdout]     |
[INFO] [stdout] 141 | #[def_op("test.skip_untyped_op")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | #[format_op]
[INFO] [stdout]     | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:170:1
[INFO] [stdout]     |
[INFO] [stdout] 170 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 | #[def_op("test.mixed_skip_untyped_op")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:352:1
[INFO] [stdout]     |
[INFO] [stdout] 352 | #[format_op]
[INFO] [stdout]     | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `ATTR_KEY_COUNT` in module `attr_op_attr_names`
[INFO] [stdout]    --> tests/op_tests.rs:353:1
[INFO] [stdout]     |
[INFO] [stdout] 353 | #[derive_attr_get_set(count: IntegerAttr, label: StringAttr, extra)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `attr_op_attr_names`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `derive_attr_get_set` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `ATTR_KEY_LABEL` in module `attr_op_attr_names`
[INFO] [stdout]    --> tests/op_tests.rs:353:1
[INFO] [stdout]     |
[INFO] [stdout] 353 | #[derive_attr_get_set(count: IntegerAttr, label: StringAttr, extra)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `attr_op_attr_names`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `derive_attr_get_set` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `ATTR_KEY_EXTRA` in module `attr_op_attr_names`
[INFO] [stdout]    --> tests/op_tests.rs:353:1
[INFO] [stdout]     |
[INFO] [stdout] 353 | #[derive_attr_get_set(count: IntegerAttr, label: StringAttr, extra)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `attr_op_attr_names`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `derive_attr_get_set` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:354:1
[INFO] [stdout]     |
[INFO] [stdout] 354 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:351:1
[INFO] [stdout]     |
[INFO] [stdout] 351 | #[def_op("test.attr_op")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pliron` in this scope
[INFO] [stdout]    --> tests/op_tests.rs:455:48
[INFO] [stdout]     |
[INFO] [stdout] 455 |     fn verify(_op: &dyn Op, _ctx: &Context) -> pliron::result::Result<()>
[INFO] [stdout]     |                                                ^^^^^^ use of unresolved module or unlinked crate `pliron`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `pliron`, use `cargo add pliron` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `result`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 455 -     fn verify(_op: &dyn Op, _ctx: &Context) -> pliron::result::Result<()>
[INFO] [stdout] 455 +     fn verify(_op: &dyn Op, _ctx: &Context) -> result::Result<()>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:453:1
[INFO] [stdout]     |
[INFO] [stdout] 453 | #[op_interface]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:453:1
[INFO] [stdout]     |
[INFO] [stdout] 453 | #[op_interface]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::vec::Vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pliron` in this scope
[INFO] [stdout]    --> tests/op_tests.rs:465:48
[INFO] [stdout]     |
[INFO] [stdout] 465 |     fn verify(_op: &dyn Op, _ctx: &Context) -> pliron::result::Result<()>
[INFO] [stdout]     |                                                ^^^^^^ use of unresolved module or unlinked crate `pliron`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `pliron`, use `cargo add pliron` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `result`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 465 -     fn verify(_op: &dyn Op, _ctx: &Context) -> pliron::result::Result<()>
[INFO] [stdout] 465 +     fn verify(_op: &dyn Op, _ctx: &Context) -> result::Result<()>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:463:1
[INFO] [stdout]     |
[INFO] [stdout] 463 | #[op_interface]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:463:1
[INFO] [stdout]     |
[INFO] [stdout] 463 | #[op_interface]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::vec::Vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:476:1
[INFO] [stdout]     |
[INFO] [stdout] 476 | #[format_op]
[INFO] [stdout]     | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:478:1
[INFO] [stdout]     |
[INFO] [stdout] 478 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:475:1
[INFO] [stdout]     |
[INFO] [stdout] 475 | #[def_op("test.compute_op")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:491:1
[INFO] [stdout]     |
[INFO] [stdout] 491 | #[format_op]
[INFO] [stdout]     | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:492:1
[INFO] [stdout]     |
[INFO] [stdout] 492 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:490:1
[INFO] [stdout]     |
[INFO] [stdout] 490 | #[def_op("test.manual_compute_op")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:495:1
[INFO] [stdout]     |
[INFO] [stdout] 495 | #[op_interface_impl]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::sync;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/op_tests.rs:495:1
[INFO] [stdout]     |
[INFO] [stdout] 495 | #[op_interface_impl]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::sync::LazyLock;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pliron-derive` (test "op_tests") due to 95 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `pliron` in this scope
[INFO] [stdout]    --> tests/format_op.rs:489:1
[INFO] [stdout]     |
[INFO] [stdout] 489 | / #[format_op(
[INFO] [stdout] 490 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`, label($name), delimiters(`<`, `>`)) ` ` \
[INFO] [stdout] 491 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`, label($value), delimiters(`<<`, `>>`)) `:` type($0)"
[INFO] [stdout] 492 | | )]
[INFO] [stdout]     | |__^ use of unresolved module or unlinked crate `pliron`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `pliron`, use `cargo add pliron` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:494:1
[INFO] [stdout]     |
[INFO] [stdout] 494 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pliron` in this scope
[INFO] [stdout]    --> tests/format_op.rs:568:1
[INFO] [stdout]     |
[INFO] [stdout] 568 | / #[format_op(
[INFO] [stdout] 569 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`, delimiters(`<`, `>`)) ` ` \
[INFO] [stdout] 570 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`, delimiters(`[[`, `]]`)) `:` type($0)"
[INFO] [stdout] 571 | | )]
[INFO] [stdout]     | |__^ use of unresolved module or unlinked crate `pliron`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `pliron`, use `cargo add pliron` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:573:1
[INFO] [stdout]     |
[INFO] [stdout] 573 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:649:1
[INFO] [stdout]     |
[INFO] [stdout] 649 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:693:1
[INFO] [stdout]     |
[INFO] [stdout] 693 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:752:1
[INFO] [stdout]     |
[INFO] [stdout] 752 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:823:1
[INFO] [stdout]     |
[INFO] [stdout] 823 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:874:1
[INFO] [stdout]     |
[INFO] [stdout] 874 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:931:1
[INFO] [stdout]     |
[INFO] [stdout] 931 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]     --> tests/format_op.rs:1004:1
[INFO] [stdout]      |
[INFO] [stdout] 1004 | #[verify_succ]
[INFO] [stdout]      | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]     --> tests/format_op.rs:1053:1
[INFO] [stdout]      |
[INFO] [stdout] 1053 | #[verify_succ]
[INFO] [stdout]      | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]     --> tests/format_op.rs:1090:1
[INFO] [stdout]      |
[INFO] [stdout] 1090 | #[verify_succ]
[INFO] [stdout]      | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]     --> tests/format_op.rs:1129:1
[INFO] [stdout]      |
[INFO] [stdout] 1129 | #[verify_succ]
[INFO] [stdout]      | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]  --> tests/common/mod.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[format_op("$0")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]  --> tests/common/mod.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[verify_succ]
[INFO] [stdout]   | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::result;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]  --> tests/common/mod.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[def_op("test.return")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::result;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/format_op.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[format_op("")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::vec;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/format_op.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[verify_succ]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::result;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/format_op.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[def_op("test.zero_results_zero_operands")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::result;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/format_op.rs:59:1
[INFO] [stdout]    |
[INFO] [stdout] 59 | #[format_op("`: ` type($0)")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::vec;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/format_op.rs:59:1
[INFO] [stdout]    |
[INFO] [stdout] 59 | #[format_op("`: ` type($0)")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::primitive::char;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/format_op.rs:62:1
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[verify_succ]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::result;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]   --> tests/format_op.rs:60:1
[INFO] [stdout]    |
[INFO] [stdout] 60 | #[def_op("test.one_result_zero_operands")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::result;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:103:1
[INFO] [stdout]     |
[INFO] [stdout] 103 | #[format_op]
[INFO] [stdout]     | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:106:1
[INFO] [stdout]     |
[INFO] [stdout] 106 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[def_op("test.one_result_zero_operands_canonical")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:147:1
[INFO] [stdout]     |
[INFO] [stdout] 147 | #[format_op("$0 `:` type($0)")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:147:1
[INFO] [stdout]     |
[INFO] [stdout] 147 | #[format_op("$0 `:` type($0)")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::primitive::char;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:150:1
[INFO] [stdout]     |
[INFO] [stdout] 150 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:148:1
[INFO] [stdout]     |
[INFO] [stdout] 148 | #[def_op("test.one_result_one_operand")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:194:1
[INFO] [stdout]     |
[INFO] [stdout] 194 | #[format_op("$0 `,` $1 `:` `(` type($0) `,` type($1) `)`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:194:1
[INFO] [stdout]     |
[INFO] [stdout] 194 | #[format_op("$0 `,` $1 `:` `(` type($0) `,` type($1) `)`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::primitive::char;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:196:1
[INFO] [stdout]     |
[INFO] [stdout] 196 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:195:1
[INFO] [stdout]     |
[INFO] [stdout] 195 | #[def_op("test.two_results_two_operands")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:240:1
[INFO] [stdout]     |
[INFO] [stdout] 240 | #[format_op("$0 `: ` `(` types(CharSpace(`,`)) `)`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:240:1
[INFO] [stdout]     |
[INFO] [stdout] 240 | #[format_op("$0 `: ` `(` types(CharSpace(`,`)) `)`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::primitive::char;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:242:1
[INFO] [stdout]     |
[INFO] [stdout] 242 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:241:1
[INFO] [stdout]     |
[INFO] [stdout] 241 | #[def_op("test.two_results_one_operand")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:288:1
[INFO] [stdout]     |
[INFO] [stdout] 288 | #[format_op("attr($attr, $IntegerAttr) `:` type($0)")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:288:1
[INFO] [stdout]     |
[INFO] [stdout] 288 | #[format_op("attr($attr, $IntegerAttr) `:` type($0)")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use syn::token::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:288:1
[INFO] [stdout]     |
[INFO] [stdout] 288 | #[format_op("attr($attr, $IntegerAttr) `:` type($0)")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::primitive::char;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:289:1
[INFO] [stdout]     |
[INFO] [stdout] 289 | #[def_op("test.attr_op")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:331:1
[INFO] [stdout]     |
[INFO] [stdout] 331 | / #[format_op(
[INFO] [stdout] 332 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`) ` ` \
[INFO] [stdout] 333 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`) `:` type($0)"
[INFO] [stdout] 334 | | )]
[INFO] [stdout]     | |__^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:331:1
[INFO] [stdout]     |
[INFO] [stdout] 331 | / #[format_op(
[INFO] [stdout] 332 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`) ` ` \
[INFO] [stdout] 333 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`) `:` type($0)"
[INFO] [stdout] 334 | | )]
[INFO] [stdout]     | |__^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use syn::token::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:331:1
[INFO] [stdout]     |
[INFO] [stdout] 331 | / #[format_op(
[INFO] [stdout] 332 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`) ` ` \
[INFO] [stdout] 333 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`) `:` type($0)"
[INFO] [stdout] 334 | | )]
[INFO] [stdout]     | |__^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::primitive::char;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:331:1
[INFO] [stdout]     |
[INFO] [stdout] 331 | / #[format_op(
[INFO] [stdout] 332 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`) ` ` \
[INFO] [stdout] 333 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`) `:` type($0)"
[INFO] [stdout] 334 | | )]
[INFO] [stdout]     | |__^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use combine::parser::choice;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:336:1
[INFO] [stdout]     |
[INFO] [stdout] 336 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:335:1
[INFO] [stdout]     |
[INFO] [stdout] 335 | #[def_op("test.attr_op2")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:410:1
[INFO] [stdout]     |
[INFO] [stdout] 410 | / #[format_op(
[INFO] [stdout] 411 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`, label($name)) ` ` \
[INFO] [stdout] 412 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`, label($value)) `:` type($0)"
[INFO] [stdout] 413 | | )]
[INFO] [stdout]     | |__^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:410:1
[INFO] [stdout]     |
[INFO] [stdout] 410 | / #[format_op(
[INFO] [stdout] 411 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`, label($name)) ` ` \
[INFO] [stdout] 412 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`, label($value)) `:` type($0)"
[INFO] [stdout] 413 | | )]
[INFO] [stdout]     | |__^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::primitive::char;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:410:1
[INFO] [stdout]     |
[INFO] [stdout] 410 | / #[format_op(
[INFO] [stdout] 411 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`, label($name)) ` ` \
[INFO] [stdout] 412 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`, label($value)) `:` type($0)"
[INFO] [stdout] 413 | | )]
[INFO] [stdout]     | |__^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use syn::token::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:410:1
[INFO] [stdout]     |
[INFO] [stdout] 410 | / #[format_op(
[INFO] [stdout] 411 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`, label($name)) ` ` \
[INFO] [stdout] 412 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`, label($value)) `:` type($0)"
[INFO] [stdout] 413 | | )]
[INFO] [stdout]     | |__^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use combine::parser::choice;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:414:1
[INFO] [stdout]     |
[INFO] [stdout] 414 | #[def_op("test.attr_op2_labeled")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:489:1
[INFO] [stdout]     |
[INFO] [stdout] 489 | / #[format_op(
[INFO] [stdout] 490 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`, label($name), delimiters(`<`, `>`)) ` ` \
[INFO] [stdout] 491 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`, label($value), delimiters(`<<`, `>>`)) `:` type($0)"
[INFO] [stdout] 492 | | )]
[INFO] [stdout]     | |__^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:489:1
[INFO] [stdout]     |
[INFO] [stdout] 489 | / #[format_op(
[INFO] [stdout] 490 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`, label($name), delimiters(`<`, `>`)) ` ` \
[INFO] [stdout] 491 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`, label($value), delimiters(`<<`, `>>`)) `:` type($0)"
[INFO] [stdout] 492 | | )]
[INFO] [stdout]     | |__^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use combine::parser::sequence;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:489:1
[INFO] [stdout]     |
[INFO] [stdout] 489 | / #[format_op(
[INFO] [stdout] 490 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`, label($name), delimiters(`<`, `>`)) ` ` \
[INFO] [stdout] 491 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`, label($value), delimiters(`<<`, `>>`)) `:` type($0)"
[INFO] [stdout] 492 | | )]
[INFO] [stdout]     | |__^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::primitive::char;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:489:1
[INFO] [stdout]     |
[INFO] [stdout] 489 | / #[format_op(
[INFO] [stdout] 490 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`, label($name), delimiters(`<`, `>`)) ` ` \
[INFO] [stdout] 491 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`, label($value), delimiters(`<<`, `>>`)) `:` type($0)"
[INFO] [stdout] 492 | | )]
[INFO] [stdout]     | |__^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use syn::token::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:489:1
[INFO] [stdout]     |
[INFO] [stdout] 489 | / #[format_op(
[INFO] [stdout] 490 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`, label($name), delimiters(`<`, `>`)) ` ` \
[INFO] [stdout] 491 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`, label($value), delimiters(`<<`, `>>`)) `:` type($0)"
[INFO] [stdout] 492 | | )]
[INFO] [stdout]     | |__^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use combine::parser::choice;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:494:1
[INFO] [stdout]     |
[INFO] [stdout] 494 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:493:1
[INFO] [stdout]     |
[INFO] [stdout] 493 | #[def_op("test.attr_op2_labeled_delimited")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:568:1
[INFO] [stdout]     |
[INFO] [stdout] 568 | / #[format_op(
[INFO] [stdout] 569 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`, delimiters(`<`, `>`)) ` ` \
[INFO] [stdout] 570 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`, delimiters(`[[`, `]]`)) `:` type($0)"
[INFO] [stdout] 571 | | )]
[INFO] [stdout]     | |__^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:568:1
[INFO] [stdout]     |
[INFO] [stdout] 568 | / #[format_op(
[INFO] [stdout] 569 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`, delimiters(`<`, `>`)) ` ` \
[INFO] [stdout] 570 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`, delimiters(`[[`, `]]`)) `:` type($0)"
[INFO] [stdout] 571 | | )]
[INFO] [stdout]     | |__^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use combine::parser::sequence;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:568:1
[INFO] [stdout]     |
[INFO] [stdout] 568 | / #[format_op(
[INFO] [stdout] 569 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`, delimiters(`<`, `>`)) ` ` \
[INFO] [stdout] 570 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`, delimiters(`[[`, `]]`)) `:` type($0)"
[INFO] [stdout] 571 | | )]
[INFO] [stdout]     | |__^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::primitive::char;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:568:1
[INFO] [stdout]     |
[INFO] [stdout] 568 | / #[format_op(
[INFO] [stdout] 569 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`, delimiters(`<`, `>`)) ` ` \
[INFO] [stdout] 570 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`, delimiters(`[[`, `]]`)) `:` type($0)"
[INFO] [stdout] 571 | | )]
[INFO] [stdout]     | |__^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use syn::token::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:568:1
[INFO] [stdout]     |
[INFO] [stdout] 568 | / #[format_op(
[INFO] [stdout] 569 | |     "attr($attr, `pliron::builtin::attributes::StringAttr`, delimiters(`<`, `>`)) ` ` \
[INFO] [stdout] 570 | |     opt_attr($opt_attr, `pliron::builtin::attributes::IntegerAttr`, delimiters(`[[`, `]]`)) `:` type($0)"
[INFO] [stdout] 571 | | )]
[INFO] [stdout]     | |__^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use combine::parser::choice;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:573:1
[INFO] [stdout]     |
[INFO] [stdout] 573 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:572:1
[INFO] [stdout]     |
[INFO] [stdout] 572 | #[def_op("test.attr_op2_delimited")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:647:1
[INFO] [stdout]     |
[INFO] [stdout] 647 | #[format_op("$attr `:` type($0)")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:647:1
[INFO] [stdout]     |
[INFO] [stdout] 647 | #[format_op("$attr `:` type($0)")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::primitive::char;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:649:1
[INFO] [stdout]     |
[INFO] [stdout] 649 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:648:1
[INFO] [stdout]     |
[INFO] [stdout] 648 | #[def_op("test.attr_op3")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:690:1
[INFO] [stdout]     |
[INFO] [stdout] 690 | #[format_op("`(`$0`)` region($0)")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:690:1
[INFO] [stdout]     |
[INFO] [stdout] 690 | #[format_op("`(`$0`)` region($0)")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::primitive::char;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:693:1
[INFO] [stdout]     |
[INFO] [stdout] 693 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:691:1
[INFO] [stdout]     |
[INFO] [stdout] 691 | #[def_op("test.if_op")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:749:1
[INFO] [stdout]     |
[INFO] [stdout] 749 | #[format_op("`(`$0`)` region($0) `else` region($1)")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:749:1
[INFO] [stdout]     |
[INFO] [stdout] 749 | #[format_op("`(`$0`)` region($0) `else` region($1)")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::primitive::char;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:752:1
[INFO] [stdout]     |
[INFO] [stdout] 752 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:750:1
[INFO] [stdout]     |
[INFO] [stdout] 750 | #[def_op("test.if_else_op")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:821:1
[INFO] [stdout]     |
[INFO] [stdout] 821 | #[format_op("succ($0) `(` operands(CharSpace(`,`)) `)`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::string::ToString;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:821:1
[INFO] [stdout]     |
[INFO] [stdout] 821 | #[format_op("succ($0) `(` operands(CharSpace(`,`)) `)`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:821:1
[INFO] [stdout]     |
[INFO] [stdout] 821 | #[format_op("succ($0) `(` operands(CharSpace(`,`)) `)`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::primitive::char;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:823:1
[INFO] [stdout]     |
[INFO] [stdout] 823 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:820:1
[INFO] [stdout]     |
[INFO] [stdout] 820 | #[def_op("test.br")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:872:1
[INFO] [stdout]     |
[INFO] [stdout] 872 | #[format_op("`[` successors(CharSpace(`,`)) `]`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::string::ToString;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:872:1
[INFO] [stdout]     |
[INFO] [stdout] 872 | #[format_op("`[` successors(CharSpace(`,`)) `]`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:872:1
[INFO] [stdout]     |
[INFO] [stdout] 872 | #[format_op("`[` successors(CharSpace(`,`)) `]`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::primitive::char;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:874:1
[INFO] [stdout]     |
[INFO] [stdout] 874 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:871:1
[INFO] [stdout]     |
[INFO] [stdout] 871 | #[def_op("test.multiple_successors")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:930:1
[INFO] [stdout]     |
[INFO] [stdout] 930 | #[format_op("`[` regions(CharSpace(`,`)) `]`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:930:1
[INFO] [stdout]     |
[INFO] [stdout] 930 | #[format_op("`[` regions(CharSpace(`,`)) `]`")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::primitive::char;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:931:1
[INFO] [stdout]     |
[INFO] [stdout] 931 | #[verify_succ]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]    --> tests/format_op.rs:929:1
[INFO] [stdout]     |
[INFO] [stdout] 929 | #[def_op("test.multiple_regions")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::result;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]     --> tests/format_op.rs:1003:1
[INFO] [stdout]      |
[INFO] [stdout] 1003 | #[format_op("attr_dict")]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]      |
[INFO] [stdout]    3 + use std::vec;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]     --> tests/format_op.rs:1004:1
[INFO] [stdout]      |
[INFO] [stdout] 1004 | #[verify_succ]
[INFO] [stdout]      | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]      |
[INFO] [stdout]    3 + use std::result;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]     --> tests/format_op.rs:1002:1
[INFO] [stdout]      |
[INFO] [stdout] 1002 | #[def_op("test.attr_dict")]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]      |
[INFO] [stdout]    3 + use std::result;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]     --> tests/format_op.rs:1052:1
[INFO] [stdout]      |
[INFO] [stdout] 1052 | #[format_op]
[INFO] [stdout]      | ^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]      |
[INFO] [stdout]    3 + use std::vec;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]     --> tests/format_op.rs:1053:1
[INFO] [stdout]      |
[INFO] [stdout] 1053 | #[verify_succ]
[INFO] [stdout]      | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]      |
[INFO] [stdout]    3 + use std::result;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]     --> tests/format_op.rs:1051:1
[INFO] [stdout]      |
[INFO] [stdout] 1051 | #[def_op("test.multiple_regions2")]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]      |
[INFO] [stdout]    3 + use std::result;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]     --> tests/format_op.rs:1089:1
[INFO] [stdout]      |
[INFO] [stdout] 1089 | #[format_op("`[` regions(CharSpace(`,`)) `]`")]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]      |
[INFO] [stdout]    3 + use std::vec;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]     --> tests/format_op.rs:1089:1
[INFO] [stdout]      |
[INFO] [stdout] 1089 | #[format_op("`[` regions(CharSpace(`,`)) `]`")]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]      |
[INFO] [stdout]    3 + use std::primitive::char;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]     --> tests/format_op.rs:1090:1
[INFO] [stdout]      |
[INFO] [stdout] 1090 | #[verify_succ]
[INFO] [stdout]      | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]      |
[INFO] [stdout]    3 + use std::result;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]     --> tests/format_op.rs:1088:1
[INFO] [stdout]      |
[INFO] [stdout] 1088 | #[def_op("test.multiple_regions3")]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]      |
[INFO] [stdout]    3 + use std::result;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]     --> tests/format_op.rs:1127:1
[INFO] [stdout]      |
[INFO] [stdout] 1127 | #[format_op("`[` regions(CharSpace(`,`)) `]`")]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]      |
[INFO] [stdout]    3 + use std::vec;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]     --> tests/format_op.rs:1127:1
[INFO] [stdout]      |
[INFO] [stdout] 1127 | #[format_op("`[` regions(CharSpace(`,`)) `]`")]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `format_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]      |
[INFO] [stdout]    3 + use std::primitive::char;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]     --> tests/format_op.rs:1129:1
[INFO] [stdout]      |
[INFO] [stdout] 1129 | #[verify_succ]
[INFO] [stdout]      | ^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `verify_succ` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]      |
[INFO] [stdout]    3 + use std::result;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pliron` in the crate root
[INFO] [stdout]     --> tests/format_op.rs:1126:1
[INFO] [stdout]      |
[INFO] [stdout] 1126 | #[def_op("test.multiple_regions4")]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pliron` in the list of imported crates
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `def_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]      |
[INFO] [stdout]    3 + use std::result;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pliron-derive` (test "format_op") due to 203 previous errors
[INFO] running `Command { std: "docker" "inspect" "6deac58c4de76d9444d83730be4279a1ded6a0d1e527754d2ae7050f6b06fa7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6deac58c4de76d9444d83730be4279a1ded6a0d1e527754d2ae7050f6b06fa7c", kill_on_drop: false }`
[INFO] [stdout] 6deac58c4de76d9444d83730be4279a1ded6a0d1e527754d2ae7050f6b06fa7c
